home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / gfx_card / viewpcx.lha / viewpcx / ViewPCX.doc < prev    next >
Encoding:
Text File  |  1994-05-08  |  4.5 KB  |  129 lines

  1.  
  2.          ViewPCX 1.01
  3.          ============
  4.  
  5.  
  6. What is ViewPCX?
  7. ~~~~~~~~~~~~~~~~
  8. ViewPCX is an image  viewer  for  PICASSO  II  gfxboards.  It  handles
  9. PCX-files  with  1  to  4  Bitplanes  (2-16  Colors)  and  1,  3 and 4
  10. Colorplanes (= 8/24/32 Bitdepth).
  11.  
  12.  
  13. Disclaimer
  14. ~~~~~~~~~~
  15. The  author  cannot  be held liable for the suitability or accuracy of
  16. this manual and/or the program(s) it describes. Any damage directly or
  17. indirectly  caused  by  the  use  or  misuse of this manual and/or the
  18. program  it  describes  is the sole responsibility of the user her/him
  19. self.
  20.  
  21.  
  22. Copyright/Distribution
  23. ~~~~~~~~~~~~~~~~~~~~~~
  24. ViewPCX, © Copyright 1994 Reinhard Haslbeck. All rights reserved. This
  25. program  may  be  freely  distributed as long as all documentation and
  26. executable(s) remain unchanged and are included with the distribution.
  27. Also  no  profit  is  to  be made by selling this program. You may not
  28. charge more than Fred Fish does for a single library disk.  Commercial
  29. distribution  is  NOT  allowed  without  written  permission  from the
  30. author. It is allowed for non-commercial BBSs to distribute an archive
  31. with only the following files in it to save your users some money when
  32. they want to download this program. NOTE: All files listed below  MUST
  33. be  distributed  together.  None  of  the  files  listed  below may be
  34. distributed on it's own!  They  may  ofcourse  be  archived  with  any
  35. archiver.
  36.  
  37.          ViewPCX                  - Main Program
  38.          ViewPCX.info             - Icon
  39.          ViewPCX.doc              - Manual
  40.          ViewPCX.doc.info         - Icon
  41.          IntuiView.prefs.add      - add this to 'IntuiView.prefs'
  42.          IntuiView.prefs.add.info - Icon
  43.  
  44. How to use
  45. ~~~~~~~~~~
  46. ViewPCX can be started from Workbench or Shell. If You start it from a
  47. Shell the below listed arguments are allowed. Type 'ViewPCX ?' and all
  48. available arguments are shown:
  49.  
  50.       FILENAME/M,W=WAIT/K/N,M=MODEID/K/N,V=VERBOSE/S:
  51.  
  52.  
  53. FILENAME:
  54.       Simply the name of the picture you want to see. If  no  Filename
  55.       is   entered,   a   Filerequester  will  appear.  AmigaDos-style
  56.       pattern-matching is also supported.
  57.  
  58. WAIT:
  59.       This is the optional duration time a picture will be  displayed.
  60.       Useful for slideshows.
  61.  
  62. MODEID:
  63.       If You don't want the ScreenModeRequester to appear, You have to
  64.       set  a vailid ScreenModeID for an Picasso 8/15/16/24 Bit Screen.
  65.       The ID has to be for an 15-,16- or 24Bit Screen if the image  is
  66.       a  24/32  Bit  file  and  for an 8 Bit Screen if the image is an
  67.       1-8Bit file. Look out for the utility 'VScreenID' which helps by
  68.       getting  the  IDs  If  You  choose an ID which nominal sizes are
  69.       smaller than the picture, the Screen will  be  an  AutoScrolling
  70.       one  if  possible.  If  the  pictures  dimensions are too big to
  71.       display, it will be cropped.  If  the  pictures  dimensions  are
  72.       smaller than the Screen, it will be displayed centered.
  73.  
  74. VERBOSE:
  75.       By default  no  messages  are  printed  out,   even
  76.       errormessages  are  disabled.  If  You set VERBOSE, You will get
  77.       some information about the image, Screen etc.
  78.  
  79. If ViewPCX is started from  Workbench,  You  can  set  values  to  the
  80. Tooltypes  'WAIT', 'MODEID' and 'VERBOSE', which have the same meaning
  81. as they have in Shellstart.
  82.  
  83. Pressing a key or a mousebutton will  close  the  Screen  and  ViewPCX
  84. fetches  the  next  File  (in  Pattern  Matching  mode) or pops up the
  85. Filerequester again. Press the <ESC> key or  select  'Cancel'  in  the
  86. File/ScreenRequest to abort the program.
  87.  
  88.  
  89. Requirements
  90. ~~~~~~~~~~~~
  91.    - An Amiga Computer with a UNSEGMENTED driven PICASSO II pluged in
  92.    - 'vilintuisup.library' V2.x+
  93.    - Amiga OS2.04+
  94.  
  95. Notes
  96. ~~~~~
  97.    - has not been tested on 1BM PICASSOs
  98.    - has not been tested with 32 Bit files (24Bit + Alpha Channel)
  99.    - has not been tested with uncompressed files
  100.  
  101. History
  102. ~~~~~~~
  103.      V1.0 -> V1.01: Thanks to Gerhard Muellers 'gerlib', ixemul.library
  104.                     isn't needed anymore.
  105.                     Opens info window when started by icon if tooltype
  106.                     'VERBOSE' is set.
  107.                     Compiled without '-funroll-loops' for shorter code.
  108.                     Removed Enforcer Hits.
  109.  
  110. Thanks to
  111. ~~~~~~~~~
  112.     Markus M. Wild for the GCC port
  113.     Christian Stieber for some GCC hints
  114.     Village Tronic
  115.     Gerhard Mueller for 'Gerlib'
  116.  
  117. author
  118. ~~~~~~
  119. Address:    Reinhard Haslbeck
  120.             Spirknerstr. 7
  121.             84137 Vilsbiburg
  122.             GERMANY
  123.  
  124. Phone:      +49/(0)8741 8676 , +49/(0)8741 91212
  125. Fax:        +49/(0)8741 7140
  126.  
  127. Internet:   haslbeck@informatik.tu-muenchen.de
  128.  
  129.